home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / fileutil.zip / README.DOS < prev    next >
Text File  |  1992-02-22  |  2KB  |  54 lines

  1. # readme. - GNU fileutils for MS-DOS                -*-Text-*-
  2. # Copyright (C) 1990 by Thorsten Ohl, ohl@gnu.ai.mit.edu
  3.  
  4.  
  5. COPYLEFT
  6.  
  7. The programs are all copylefted under the GNU General Public license.
  8. Each file I have changed carries a prominent notice.  This notice does
  9. *not* imply that my changes are substantial in any way, they're there
  10. mainly to identify the files.
  11.  
  12.  
  13. ADDITIONAL FILES
  14.  
  15. To recompile the fileutils you need also the `gnulib', which includes:
  16.  
  17.       * error.c, getopt.c, getopt.h, getopt1.c, glob.c, regex.c, regex.h:
  18.         MS-DOS versions of the like-named GNU modules.
  19.  
  20.       * _cwild.c: filename globbing on the commandline
  21.       * ndir.c, ndir.h: MS-DOS directory access
  22.       * pwd.c, pwd.h: stubs for **IX getuid () etc. functions
  23.  
  24.       * gnulib.h: prototypes for the above
  25.  
  26. Please excuse the inconveniece of having to ftp a separate library, but
  27. these modules are used by almost all GNU programs, so it makes no sense
  28. to keep separate versions for each package.  Some packages at prep
  29. include antique versions of these modules (grep, sed, ...), so I think it's
  30. better to have definitive versions in *one* place.
  31.  
  32.  
  33. DOCUMENTATION
  34.  
  35. The GNU distribution contains as of version 1.4 a complete set of
  36. (short) manpages for the programs.  The MS-DOS specific documentation is
  37. in the `perl' script `fileutil.pl'.  This script will generate a complete
  38. texinfo file from itself and the manpages (note that this is not a
  39. general purpose roff -> texinfo conversion program, it's just tailored
  40. for the fileutils manpages).  This approach makes updating the manpages
  41. very easy.
  42.  
  43. The makefile assumes that the manpages live in the subdirectory man.
  44.  
  45. If you don't have `perl' you can still delete the `perl' statements
  46. (they're all concentrated at the beginning and at two places near the end
  47. of the file) from `fileutil.pl' and TeX it.  You will have to `roff' the
  48. manpages in this case.
  49.  
  50. Please note that the documentattion is still not quite finished.
  51.  
  52.  
  53.  
  54.